From 81af67147fbc80f5995f1f58a780cbe0b179b889 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 30 Jan 2014 21:43:03 -0500 Subject: [PATCH] ChangeLog fixes --- lisp/ChangeLog | 2 +- src/ChangeLog | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b23fc43db6d..b535a54e6bd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4347,7 +4347,7 @@ 2013-10-08 Bastien Guerry - * register.el (insert-register): Fix revno:114543. + * register.el (insert-register): Fix 2013-10-07 change. 2013-10-08 Stefan Monnier diff --git a/src/ChangeLog b/src/ChangeLog index 55c67ce74b8..7fea853c113 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -18,15 +18,12 @@ 2014-01-27 K. Handa - Fix bug#16286 by the different way than revno:116158 to preserve - the code detection behavior of 24.3. - + Fix bug#16286 by a different method from revno:116158 (2014-01-26), + to preserve the code detection behavior of 24.3. * coding.h (struct coding_system): New member detected_utf8_bytes. - * coding.c (detect_coding_utf_8): Set coding->detected_utf8_bytes. (decode_coding_gap): Use short cut for UTF-8 file reading only when coding->detected_utf8_bytes equals to coding->src_bytes. - * fileio.c (Finsert_file_contents): Cancel the previous change. 2014-01-29 Martin Rudalics -- 2.30.2